home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oxygen Multimedia Graphics 22
/
Oxygen Multimedia Graphics 22.iso
/
pc
/
System
/
OX22
/
Internal_21_ROLLOVER 100-85.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2008-03-12
|
243 b
|
19 lines
property spriteNum, mySprite
on beginSprite me
mySprite = sprite(me.spriteNum)
mySprite.blend = 90
end
on mouseEnter me
mySprite.blend = 100
end
on mouseWithin me
mySprite.blend = 100
end
on mouseLeave me
mySprite.blend = 90
end